home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / sources / misc / volume27 / dmake / part41 < prev    next >
Encoding:
Text File  |  1992-01-29  |  11.9 KB  |  258 lines

  1. Newsgroups: comp.sources.misc
  2. From: dvadura@plg.waterloo.edu (Dennis Vadura)
  3. Subject:  v27i142:  dmake - dmake Version 3.8, Part41/41
  4. Message-ID: <1992Jan29.165506.2151@sparky.imd.sterling.com>
  5. X-Md4-Signature: d6157aa6389a1d6144b8219435eefff9
  6. Date: Wed, 29 Jan 1992 16:55:06 GMT
  7. Approved: kent@sparky.imd.sterling.com
  8.  
  9. Submitted-by: dvadura@plg.waterloo.edu (Dennis Vadura)
  10. Posting-number: Volume 27, Issue 142
  11. Archive-name: dmake/part41
  12. Environment: Atari-ST, Coherent, Mac, MSDOS, OS/2, UNIX
  13. Supersedes: dmake: Volume 19, Issue 22-58
  14.  
  15. ---- Cut Here and feed the following to sh ----
  16. # this is dmake.shar.41 (part 41 of a multipart archive)
  17. # do not concatenate these parts, unpack them in order with /bin/sh
  18. # file dmake/LICENSE continued
  19. #
  20. if test ! -r _shar_seq_.tmp; then
  21.     echo 'Please unpack part 1 first!'
  22.     exit 1
  23. fi
  24. (read Scheck
  25.  if test "$Scheck" != 41; then
  26.     echo Please unpack part "$Scheck" next!
  27.     exit 1
  28.  else
  29.     exit 0
  30.  fi
  31. ) < _shar_seq_.tmp || exit 1
  32. if test -f _shar_wnt_.tmp; then
  33. sed 's/^X//' << 'SHAR_EOF' >> 'dmake/LICENSE' &&
  34. (2) offer you this license which gives you legal permission to copy,
  35. distribute and/or modify the software.
  36. X
  37. X  Also, for each author's protection and ours, we want to make certain
  38. that everyone understands that there is no warranty for this free
  39. software.  If the software is modified by someone else and passed on, we
  40. want its recipients to know that what they have is not the original, so
  41. that any problems introduced by others will not reflect on the original
  42. authors' reputations.
  43. X
  44. X  The precise terms and conditions for copying, distribution and
  45. modification follow.
  46. X
  47. X            GNU GENERAL PUBLIC LICENSE
  48. X   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  49. X
  50. X  0. This License Agreement applies to any program or other work which
  51. contains a notice placed by the copyright holder saying it may be
  52. distributed under the terms of this General Public License.  The
  53. "Program", below, refers to any such program or work, and a "work based
  54. on the Program" means either the Program or any work containing the
  55. Program or a portion of it, either verbatim or with modifications.  Each
  56. licensee is addressed as "you".
  57. X
  58. X  1. You may copy and distribute verbatim copies of the Program's source
  59. code as you receive it, in any medium, provided that you conspicuously and
  60. appropriately publish on each copy an appropriate copyright notice and
  61. disclaimer of warranty; keep intact all the notices that refer to this
  62. General Public License and to the absence of any warranty; and give any
  63. other recipients of the Program a copy of this General Public License
  64. along with the Program.  You may charge a fee for the physical act of
  65. transferring a copy.
  66. X
  67. X  2. You may modify your copy or copies of the Program or any portion of
  68. it, and copy and distribute such modifications under the terms of Paragraph
  69. 1 above, provided that you also do the following:
  70. X
  71. X    a) cause the modified files to carry prominent notices stating that
  72. X    you changed the files and the date of any change; and
  73. X
  74. X    b) cause the whole of any work that you distribute or publish, that
  75. X    in whole or in part contains the Program or any part thereof, either
  76. X    with or without modifications, to be licensed at no charge to all
  77. X    third parties under the terms of this General Public License (except
  78. X    that you may choose to grant warranty protection to some or all
  79. X    third parties, at your option).
  80. X
  81. X    c) If the modified program normally reads commands interactively when
  82. X    run, you must cause it, when started running for such interactive use
  83. X    in the simplest and most usual way, to print or display an
  84. X    announcement including an appropriate copyright notice and a notice
  85. X    that there is no warranty (or else, saying that you provide a
  86. X    warranty) and that users may redistribute the program under these
  87. X    conditions, and telling the user how to view a copy of this General
  88. X    Public License.
  89. X
  90. X    d) You may charge a fee for the physical act of transferring a
  91. X    copy, and you may at your option offer warranty protection in
  92. X    exchange for a fee.
  93. X
  94. Mere aggregation of another independent work with the Program (or its
  95. derivative) on a volume of a storage or distribution medium does not bring
  96. the other work under the scope of these terms.
  97. X
  98. X  3. You may copy and distribute the Program (or a portion or derivative of
  99. it, under Paragraph 2) in object code or executable form under the terms of
  100. Paragraphs 1 and 2 above provided that you also do one of the following:
  101. X
  102. X    a) accompany it with the complete corresponding machine-readable
  103. X    source code, which must be distributed under the terms of
  104. X    Paragraphs 1 and 2 above; or,
  105. X
  106. X    b) accompany it with a written offer, valid for at least three
  107. X    years, to give any third party free (except for a nominal charge
  108. X    for the cost of distribution) a complete machine-readable copy of the
  109. X    corresponding source code, to be distributed under the terms of
  110. X    Paragraphs 1 and 2 above; or,
  111. X
  112. X    c) accompany it with the information you received as to where the
  113. X    corresponding source code may be obtained.  (This alternative is
  114. X    allowed only for noncommercial distribution and only if you
  115. X    received the program in object code or executable form alone.)
  116. X
  117. Source code for a work means the preferred form of the work for making
  118. modifications to it.  For an executable file, complete source code means
  119. all the source code for all modules it contains; but, as a special
  120. exception, it need not include source code for modules which are standard
  121. libraries that accompany the operating system on which the executable
  122. file runs, or for standard header files or definitions files that
  123. accompany that operating system.
  124. X
  125. X  4. You may not copy, modify, sublicense, distribute or transfer the
  126. Program except as expressly provided under this General Public License.
  127. Any attempt otherwise to copy, modify, sublicense, distribute or transfer
  128. the Program is void, and will automatically terminate your rights to use
  129. the Program under this License.  However, parties who have received
  130. copies, or rights to use copies, from you under this General Public
  131. License will not have their licenses terminated so long as such parties
  132. remain in full compliance.
  133. X
  134. X  5. By copying, distributing or modifying the Program (or any work based
  135. on the Program) you indicate your acceptance of this license to do so,
  136. and all its terms and conditions.
  137. X
  138. X  6. Each time you redistribute the Program (or any work based on the
  139. Program), the recipient automatically receives a license from the original
  140. licensor to copy, distribute or modify the Program subject to these
  141. terms and conditions.  You may not impose any further restrictions on the
  142. recipients' exercise of the rights granted herein.
  143. X
  144. X  7. The Free Software Foundation may publish revised and/or new versions
  145. of the General Public License from time to time.  Such new versions will
  146. be similar in spirit to the present version, but may differ in detail to
  147. address new problems or concerns.
  148. X
  149. Each version is given a distinguishing version number.  If the Program
  150. specifies a version number of the license which applies to it and "any
  151. later version", you have the option of following the terms and conditions
  152. either of that version or of any later version published by the Free
  153. Software Foundation.  If the Program does not specify a version number of
  154. the license, you may choose any version ever published by the Free Software
  155. Foundation.
  156. X
  157. X  8. If you wish to incorporate parts of the Program into other free
  158. programs whose distribution conditions are different, write to the author
  159. to ask for permission.  For software which is copyrighted by the Free
  160. Software Foundation, write to the Free Software Foundation; we sometimes
  161. make exceptions for this.  Our decision will be guided by the two goals
  162. of preserving the free status of all derivatives of our free software and
  163. of promoting the sharing and reuse of software generally.
  164. X
  165. X                NO WARRANTY
  166. X
  167. X  9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  168. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  169. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  170. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  171. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  172. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  173. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  174. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  175. REPAIR OR CORRECTION.
  176. X
  177. X  10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  178. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  179. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  180. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  181. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  182. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  183. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  184. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  185. POSSIBILITY OF SUCH DAMAGES.
  186. X
  187. X             END OF TERMS AND CONDITIONS
  188. X
  189. X    Appendix: How to Apply These Terms to Your New Programs
  190. X
  191. X  If you develop a new program, and you want it to be of the greatest
  192. possible use to humanity, the best way to achieve this is to make it
  193. free software which everyone can redistribute and change under these
  194. terms.
  195. X
  196. X  To do so, attach the following notices to the program.  It is safest to
  197. attach them to the start of each source file to most effectively convey
  198. the exclusion of warranty; and each file should have at least the
  199. "copyright" line and a pointer to where the full notice is found.
  200. X
  201. X    <one line to give the program's name and a brief idea of what it does.>
  202. X    Copyright (C) 19yy  <name of author>
  203. X
  204. X    This program is free software; you can redistribute it and/or modify
  205. X    it under the terms of the GNU General Public License as published by
  206. X    the Free Software Foundation; either version 1, or (at your option)
  207. X    any later version.
  208. X
  209. X    This program is distributed in the hope that it will be useful,
  210. X    but WITHOUT ANY WARRANTY; without even the implied warranty of
  211. X    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  212. X    GNU General Public License for more details.
  213. X
  214. X    You should have received a copy of the GNU General Public License
  215. X    along with this program; if not, write to the Free Software
  216. X    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  217. X
  218. Also add information on how to contact you by electronic and paper mail.
  219. X
  220. If the program is interactive, make it output a short notice like this
  221. when it starts in an interactive mode:
  222. X
  223. X    Gnomovision version 69, Copyright (C) 19xx name of author
  224. X    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  225. X    This is free software, and you are welcome to redistribute it
  226. X    under certain conditions; type `show c' for details.
  227. X
  228. The hypothetical commands `show w' and `show c' should show the
  229. appropriate parts of the General Public License.  Of course, the
  230. commands you use may be called something other than `show w' and `show
  231. c'; they could even be mouse-clicks or menu items--whatever suits your
  232. program.
  233. X
  234. You should also get your employer (if you work as a programmer) or your
  235. school, if any, to sign a "copyright disclaimer" for the program, if
  236. necessary.  Here a sample; alter the names:
  237. X
  238. X  Yoyodyne, Inc., hereby disclaims all copyright interest in the
  239. X  program `Gnomovision' (a program to direct compilers to make passes
  240. X  at assemblers) written by James Hacker.
  241. X
  242. X  <signature of Ty Coon>, 1 April 1989
  243. X  Ty Coon, President of Vice
  244. X
  245. That's all there is to it!
  246. SHAR_EOF
  247. chmod 0640 dmake/LICENSE ||
  248. echo 'restore of dmake/LICENSE failed'
  249. Wc_c="`wc -c < 'dmake/LICENSE'`"
  250. test 12487 -eq "$Wc_c" ||
  251.     echo 'dmake/LICENSE: original size 12487, current size' "$Wc_c"
  252. rm -f _shar_wnt_.tmp
  253. fi
  254. rm -f _shar_seq_.tmp
  255. echo You have unpacked the last part
  256. exit 0
  257. exit 0 # Just in case...
  258.